CopyTo(T[],Int32,Int32,Int32) Method
In This Topic
Copies the elements of the
IntervalArray<T> to an
System.Array, starting at a particular
System.Array index.
Syntax
Parameters
- array
- The one-dimensional System.Array that is the destination of the elements copied from IntervalArray<T>. The System.Array must have zero-based indexing.
- arrayIndex
- The zero-based index in array at which copying begins.
- index
- The zero-based index in array at which starts copying.
- length
- The length of copied items.
See Also